From aaa99d10d093ecbec3f5038652bc23fb47a5c518 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Thu, 17 Jan 2008 12:05:43 -0700 Subject: [PATCH] [IA64] Cleanup white space in ia64_switch_to() Use tab instead of 4 space. Signed-off-by: Isaku Yamahata --- xen/arch/ia64/linux-xen/entry.S | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xen/arch/ia64/linux-xen/entry.S b/xen/arch/ia64/linux-xen/entry.S index ea5a15848d..adb53dee31 100644 --- a/xen/arch/ia64/linux-xen/entry.S +++ b/xen/arch/ia64/linux-xen/entry.S @@ -228,18 +228,18 @@ GLOBAL_ENTRY(ia64_switch_to) mov IA64_KR(CURRENT)=in0 // update "current" application register #endif #ifdef XEN //for VTI domain current is save to 21 of bank0 - ;; - bsw.0 - ;; + ;; + bsw.0 + ;; mov r8=r13 // return pointer to previously running task mov r13=in0 // set "current" pointer - mov r21=in0 - ;; - bsw.1 + mov r21=in0 + ;; + bsw.1 ;; #else - mov r8=r13 // return pointer to previously running task - mov r13=in0 // set "current" pointer + mov r8=r13 // return pointer to previously running task + mov r13=in0 // set "current" pointer #endif DO_LOAD_SWITCH_STACK -- 2.30.2